projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3174f7
)
packages/bc: fix whitespaces
author
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:02:19 +0000
(07:02 +0000)
committer
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:02:19 +0000
(07:02 +0000)
Signed-off-by: Dirk Neukirchen <
[email protected]
>
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 40042
utils/bc/Makefile
patch
|
blob
|
history
diff --git
a/utils/bc/Makefile
b/utils/bc/Makefile
index 9f59be39f56e0b3bcbc3f3350803f6665d0abdf6..7293a761f28e79ef7223f86a0fe2be2b18fa078f 100644
(file)
--- a/
utils/bc/Makefile
+++ b/
utils/bc/Makefile
@@
-30,7
+30,7
@@
define Package/bc
endef
define Package/bc/description
- bc is a language that supports arbitrary precision numbers with
+ bc is a language that supports arbitrary precision numbers with
interactive execution of statements.
endef
@@
-41,7
+41,7
@@
define Package/dc
endef
define Package/dc/description
- dc is a reverse-polish desk calculator which supports unlimited
+ dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic.
endef